home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / SoundApps / aa_m68k_Intel_Only / EditSound2.5 / EditSound.app / English.lproj / Snddoc.nib / data.classes next >
Encoding:
Text File  |  1994-11-07  |  1.8 KB  |  139 lines

  1. ReverseSound = {
  2.     ACTIONS = {
  3.     reverseCurrentSound:;
  4.     };
  5.     OUTLETS = {
  6.     };
  7.     SUPERCLASS = Object;
  8. };
  9. EnvelopeView = {
  10.     ACTIONS = {
  11.     sendAction:;
  12.     };
  13.     OUTLETS = {
  14.     toPointYText;
  15.     toPointText;
  16.     delegate;
  17.     toPointsText;
  18.     toPointXText;
  19.     };
  20.     SUPERCLASS = Control;
  21. };
  22. SoundDocument = {
  23.     ACTIONS = {
  24.     willPlay:;
  25.     setSelStart:;
  26.     convertToFloat:;
  27.     stopSoxModal:;
  28.     windowWillClose:;
  29.     newStart:;
  30.     pause:;
  31.     convertToMulaw:;
  32.     addSilence:;
  33.     newSize:;
  34.     didPlay:;
  35.     displayChanged:;
  36.     record:;
  37.     hadError:;
  38.     windowDidMiniaturize:;
  39.     convertRate22:;
  40.     windowDidResignMain:;
  41.     convertToLinear8:;
  42.     setSelEnd:;
  43.     convertToCompressed:;
  44.     convertRateCODEC:;
  45.     convertRate44:;
  46.     soundDidChange:;
  47.     stop:;
  48.     convertToLinear16:;
  49.     windowDidBecomeMain:;
  50.     windowDidDeminiaturize:;
  51.     play:;
  52.     };
  53.     OUTLETS = {
  54.     toSoxFlags;
  55.     toSndInfoTextField;
  56.     meter;
  57.     toPop2;
  58.     toEdSndView;
  59.     toButtonMatrix;
  60.     endForm;
  61.     selEndForm;
  62.     playButton;
  63.     durationForm;
  64.     sizeForm;
  65.     pauseButton;
  66.     toScrollingSound;
  67.     recordButton;
  68.     startForm;
  69.     toPop1;
  70.     selStartForm;
  71.     };
  72.     SUPERCLASS = RODocument;
  73. };
  74. EdSoundView = {
  75.     ACTIONS = {
  76.     echo:;
  77.     soundModule:;
  78.     erase:;
  79.     addSilence:;
  80.     scale:;
  81.     };
  82.     OUTLETS = {
  83.     };
  84.     SUPERCLASS = SoundView;
  85. };
  86. FirstResponder = {
  87.     ACTIONS = {
  88.     reverse:;
  89.     revertToSaved:;
  90.     echo:;
  91.     showEchoPanel:;
  92.     save:;
  93.     erase:;
  94.     addSilence:;
  95.     scale:;
  96.     showEnvelopePanel:;
  97.     saveAs:;
  98.     };
  99.     SUPERCLASS = Object;
  100. };
  101. ScrollingSound = {
  102.     ACTIONS = {
  103.     reflectScroll:;
  104.     sizeToSelection:;
  105.     };
  106.     OUTLETS = {
  107.     delegate;
  108.     toEdSndView;
  109.     };
  110.     SUPERCLASS = ScrollView;
  111. };
  112. Envelope = {
  113.     ACTIONS = {
  114.     doEnvelope:;
  115.     envelopeChanged:;
  116.     };
  117.     OUTLETS = {
  118.     xForm;
  119.     yForm;
  120.     envText;
  121.     pointForm;
  122.     envPanel;
  123.     envView;
  124.     };
  125.     SUPERCLASS = Object;
  126. };
  127. RODocument = {
  128.     ACTIONS = {
  129.     save:;
  130.     saveAs:;
  131.     copySelf:;
  132.     load:;
  133.     };
  134.     OUTLETS = {
  135.     toWindow;
  136.     };
  137.     SUPERCLASS = Object;
  138. };
  139.